.. _Array_ItemsSubValue: =================== Array_ItemsSubValue =================== Subtract an integer value for every item of a QWORD array. :: Array_ItemsSubValue PROTO pArray:QWORD, nItemCount:QWORD, qwValue:QWORD **Parameters** * ``pArray`` - pointer to the array. * ``nItemCount`` - the number of members of the array. * ``qwValue`` - The integer value to subtract for every array item. **Returns** None. **Notes** This function as based on the MASM32 Library function: arr_sub **See Also** :ref:`Array_ItemAddValue`, :ref:`Array_ItemMulValue`, :ref:`Array_ItemSetText`, :ref:`Array_ItemSetData`